<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
figure,
figcaption,
th,
td,
span {
	margin: 0;
	padding: 0;
	outline: none;
	/* transition: 0.3s; */
}

a&gt;img {
	cursor: pointer;
}

a&gt;div {
	cursor: pointer;
}

a&gt;p {
	cursor: pointer;
}

a&gt;h5 {
	cursor: pointer;
}

a&gt;h4 {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: middle;
	/* display: block; */
}

address,
caption,
cite,
code,
dfn,
em,
/* strong, */
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a,
input,
button,
select,
textarea {
	outline: none;
}


abbr,
acronym {
	border: 0;
}

a {
	cursor: pointer;
}
html,body{
	/* scroll-behavior: smooth; */
}
body {
	font-family: Arial, "å¾®è½¯é›…é»‘";
	font-size: 16px;
}
@font-face {
	font-family: 'gilroy_bold';
	src: url('../fonts/gilroy-bold-4.otf') format('truetype');
}
@font-face {
	font-family: 'gilroy_light';
	src: url('../fonts/Gilroy-Light-11.otf') format('truetype');
}
@font-face {
	font-family: 'gilroy_Medium';
	src: url('../fonts/Gilroy-Medium-2.otf') format('truetype');
}

@font-face {
	font-family: 'gilroy_regular';
	src: url('../fonts/gilroy-regular-3.otf') format('truetype');
}


.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}


/* wrapï¼šæ¢è¡Œï¼Œç¬¬ä¸€è¡Œåœ¨ä¸Šæ–¹ã€‚ */
/* wrap-reverseï¼šæ¢è¡Œï¼Œç¬¬ä¸€è¡Œåœ¨ä¸‹æ–¹ã€‚ */
/* flex-direction: row | row-reverse | column | column-reverse; */
/* flex-directionå±žæ€§å†³å®šä¸»è½´çš„æ–¹å‘ï¼ˆå³é¡¹ç›®çš„æŽ’åˆ—æ–¹å‘ï¼‰ã€‚ */
/* flex-flow: row-reverse;  å·¦å³æ¢ä½ç½®    column-reverse*/
/* flex-direction: column; ä¸Šä¸‹æ¢ä½ç½® */
/* flex: 0 29.375rem;
   flex: 1 1; */
.flexBetween {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexStart {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.flexCenter {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flexEnd {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.ellipsis5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.ellipsis6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.l_scrollx {
	overflow: auto;
	overflow-x: scroll;
	overflow-y: auto;
	padding-right: 10px;
}

.l_scrolly {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}

.l_scroll::-webkit-scrollbar {
	/*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
	width: 1px;
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	height: 2px;
}

.l_scroll::-webkit-scrollbar-thumb {
	/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
	border-radius: 2px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: rgba(255, 255, 255, 0.7);
}

.l_scroll::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.3);
}

.layerVideo {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.layerVideo .box {
	width: min(8rem,80vw);
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 60vh;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.layerVideo .box video {
	width: 100%;
}

.layerVideo .box span {
	position: absolute;
	right: -32px;
	top: -32px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
}

.input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

.input::-moz-placeholder {
	color: #999;
	font-size: 16px;
}

.input:-moz-placeholder {
	color: #999;
	font-size: 16px;
}

.input:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
}

.textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

.textarea::-moz-placeholder {
	color: #999;
	font-size: 16px;
}

.textarea:-moz-placeholder {
	color: #999;
	font-size: 16px;
}

.textarea:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
}

@keyframes bounce-up {
	10% {
		transform: rotate(20deg)
	}

	20% {
		transform: rotate(-10deg)
	}

	30% {
		transform: rotate(5deg)
	}

	40% {
		transform: rotate(-5deg)
	}

	50%,
	to {
		transform: rotate(0deg)
	}
}
@-webkit-keyframes bounce-up {
	10% {
		transform: rotate(20deg)
	}

	20% {
		transform: rotate(-10deg)
	}

	30% {
		transform: rotate(5deg)
	}

	40% {
		transform: rotate(-5deg)
	}

	50%,
	to {
		transform: rotate(0deg)
	}
}

/* ::-webkit-input-placeholder { color:#fff; }
input[type="text"]::-moz-placeholder { color:#fff; }
input[type="text"]:-moz-placeholder { color:#fff; } */


.lpk_phone {
	display: none;
}
.lpk_ipad{
	display: none;
}

@media screen and (max-width:992px) {
	.lpk_pc {
		display: none;
	}

	.lpk_phone {
		display: block;
	}
}
/* @media screen and (max-width:669px) {
	.lpk_pc {
		display: none;
	}

	.lpk_ipad {
		display: none;
	}
	.lpk_phone {
		display: block;
	}
} */

/* 

animation:mymove 5s linear infinite;
-moz-animation:mymove 5s infinite; 
-webkit-animation:mymove 5s infinite; 
-o-animation:mymove 5s infinite; 
@keyframes mymove{
	from {top:0px;}
	to {top:200px;}
} 
@-webkit-keyframes haha1{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
*/
</pre></body></html>